home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18216 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: nwlink.com!usenet
  2. From: Teresa Reiko <tjr19@mail.nwlink.com>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Borland should be ashamed.  My experience with BC5.0.
  5. Date: 19 Apr 1996 12:50:53 GMT
  6. Organization: Northwest Link
  7. Message-ID: <4l827d$1la@texas.nwlink.com>
  8. References: <4l6d1b$219@linet06.li.net>
  9. NNTP-Posting-Host: port47.annex2.nwlink.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2 (Windows; U; 16bit)
  14.  
  15. bsilvern@li.net (Bob Silvern) wrote:
  16. >With the release of BC5.0, Borland has made it clear that they value
  17. >time-to-market far more than customer satisfaction.  Within 5 minutes of use I
  18. >found a considerable number of serious bugs, even with Patch 1 installed.
  19. >There is no way that Borland could have been ignorant of these problems.  I
  20. >have no doubt that they made the conscious decision to ship this product
  21. >prematurely in order not to lose market share to Microsoft and Symantec.  
  22. >
  23. > <etc etc etc etc etc etc etc etc etc etc . . .>
  24. > <etc etc etc etc etc etc etc etc etc etc . . .>
  25. > <etc etc etc etc etc etc etc etc etc etc . . .>
  26. > <etc etc etc etc etc etc etc etc etc etc . . .>
  27. > <etc etc etc etc etc etc etc etc etc etc . . .>
  28. >
  29.  
  30. And you suppose that Microsoft Visual C++ does not have bugs?  In my
  31. opinion, it is worse than Borland C++.  And what about Windows 95?
  32.  
  33. Maybe they shipped it permaturely, but so does everyone else.  At least
  34. Borland C compiles the *code* correctly.  A few days ago, there was a
  35. thread about how Watcom C completely optimized away a simple loop: (!!)
  36.  
  37. int a[32];
  38.  
  39. ..
  40.  
  41. for(i = 0; i < 16; i++)
  42.     a[i] = a[i + i];
  43.  
  44. And, there is NO NEED to post Five Hundred and Thirty Three Lines of
  45. C-unrelated junk... and who cares if someone at Borland misspelled
  46. "technical support"!
  47.  
  48. ----- for every vision there is an equal and opposite revision ... -----
  49. ------------------------------------------------------------------------
  50.  Teresa Reiko    Chief Programmer, Tenbyte Software    tjr19@nwlink.com
  51. ------------------------------------------------------------------------
  52.  
  53.  
  54.